A Gen type that generates ASCII strings with a number of
characters that is between template parameter low and high.
If low and high are very close together, this might return
values that are too short. They should differ by at least three for
char strings, one for wstrings, and zero for dstrings.
A Gen type that generates ASCII strings with a number of characters that is between template parameter low and high.
If low and high are very close together, this might return values that are too short. They should differ by at least three for char strings, one for wstrings, and zero for dstrings.